home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2004 July & August / Gamestar_64_2004-07-08_dvd.iso / Programy / san2004.SP1-9104-Win32-OTZ.exe / {app} / examples / Report Schema.mdb / IDCount.json < prev    next >
JavaScript Object Notation  |  2003-04-03  |  303b

  1. {
  2.     "schema": {
  3.         "TableName": "Text (10) NOT NULL",
  4.         "CurrentID": "Long Integer"
  5.     },
  6.     "data": [
  7.         {
  8.             "TableName": "Class",
  9.             "CurrentID": 1
  10.         },
  11.         {
  12.             "TableName": "Device",
  13.             "CurrentID": 1
  14.         },
  15.         {
  16.             "TableName": "Item",
  17.             "CurrentID": 1
  18.         },
  19.         {
  20.             "TableName": "ItemGroup",
  21.             "CurrentID": 1
  22.         },
  23.         {
  24.             "TableName": "Module",
  25.             "CurrentID": 1
  26.         },
  27.         {
  28.             "TableName": "Report",
  29.             "CurrentID": 1
  30.         }
  31.     ]
  32. }